.fullBg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
}
.popBox {
  position: fixed;
  z-index: 50001;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  display: none;
}
.popBox .popTit {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1c3971;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  padding: 0 30px 0 112px;
  box-sizing: border-box;
}
.popBox .popTit .i_closed {
  width: 20px;
  height: 20px;
  background: url(../images/i_close.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}
.popBox .popTit .i_ip {
  width: 72px;
  height: 98px;
  background: url(../images/72x98.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 30px;
  top: -38px;
}
.popBox .popTit .title span {
  font-size: 14px;
  font-weight: 400;
}
.serviceBox {
  background: #fff;
  max-height: 500px;
  overflow-y: auto;
}
.serviceBox .col {
  padding: 30px;
}
.serviceBox .col h3 {
  font-weight: 700;
  font-size: 18px;
  color: #28282c;
}
.serviceBox .addressCol {
  margin-top: 15px;
}
.serviceBox .addressCol p {
  display: block;
  width: 760px;
  font-size: 14px;
  text-align: left;
  color: #28282c;
  float: left;
  line-height: 30px;
}
.serviceBox .qq_link {
  float: right;
  width: 110px;
  height: 30px;
  border-radius: 5px 5px 5px 5px;
  background: rgba(241, 241, 241, 1);
  border: 1px solid #e1e1e1;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #28282c;
  line-height: 30px;
}
.serviceBox .qq_link:hover {
  background: #e0d9d9;
}
.serviceBox .qq_link span {
  background: url(../images/QQ.png) no-repeat center left;
  background-size: 20px 20px;
  padding-left: 25px;
}
/*收货地址管理*/
.manageTop {
  padding: 20px 30px;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
}
.l_search {
  float: left;
}
.l_search .inputBox {
  width: 400px;
  height: 36px;
  border-radius: 5px;
  background: rgba(245, 245, 245, 1);
  float: left;
  position: relative;
}
.l_search .inputBox input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  color: #28282c;
  border: none;
  outline: none;
  padding: 0 10px 0 36px;
  box-sizing: border-box;
}
.l_search .inputBox .i_search {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/i_search.png) no-repeat right bottom;
  background-size: 16px 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
}
.l_search .search_btn {
  width: 80px;
  height: 36px;
  border-radius: 5px;
  background: rgba(28, 57, 113, 1);
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  margin-left: 10px;
  display: block;
  float: left;
}
.l_search .search_btn:hover {
  background: #365a9f;
}
.r_btn {
  float: right;
}
.r_btn a {
  display: inline-block;
  padding: 0 12px;
  height: 36px;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  margin-left: 12px;
  display: block;
  float: right;
  font-size: 14px;
}
.r_btn a.btn_greenBG span {
  background: url(../images/add_16.png) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 20px;
}
.popTable {
  background: #fff;
  padding: 1px 30px 30px 30px;
}
.addressForm {
  background: #fff;
  padding: 0 30px;
  border-radius: 0 0 5px 5px;
  /* max-height:550px; */
  overflow-y: auto;
}
.addressForm .col {
  padding-top: 12px;
}
.addressForm .col p {
  float: left;
  font-size: 16px;
  color: #28282c;
  line-height: 48px;
  width: 72px;
}
.addressForm .col .inputOuter {
  width: 575px;
  float: left;
  margin-left: 15px;
}
.poplabel .labelbox {
  float: left;
  margin-left: 20px;
  width: auto;
  padding-left: 25px;
  margin-top: 15px;
  color: #28282c;
  font-weight: 400;
}
.payCon {
  background: #fff;
  text-align: center;
  padding: 80px 0;
}
.payCon img {
  display: block;
  margin: 0 auto 20px auto;
}
